home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GFX Sensations 1
/
Graphic Sensations - Volume 1.iso
/
tools
/
amiga
/
3d_tools
/
t3dsrc.lha
/
writeps_protos.h
< prev
next >
Wrap
C/C++ Source or Header
|
1993-01-30
|
411b
|
23 lines
/* Prototypes for functions defined in
writeps.c
*/
extern double XSIZE;
extern double YSIZE;
void calculate_MBB_world(WORLD * world);
int write_PostScript(WORLD * object,
FILE * file,
int selected_view);
void calculate_MBB(OBJECT * obj);
static void write_PS_header(void);
static void draw_PS_view(void);
static void render_PS_object(register OBJECT * obj);